home *** CD-ROM | disk | FTP | other *** search
/ Web Developers Guide to Sound & Music / Web Developers Guide to Sound and Music.iso / mac / Overture / OVERTURE 1.2.1 DEMO.sit / Overture 1.2.1 Demo.rsrc / TEXT_130_Pict Dictionary.txt < prev    next >
Text File  |  1996-05-28  |  889b  |  54 lines

  1. pse
  2. /OvDict 50 dict def
  3. OvDict begin
  4.  
  5. /Bdf {bind def} bind def
  6. /Clw {currentlinewidth} Bdf
  7. /Cp  {closepath} Bdf
  8. /Ct  {curveto} Bdf
  9. /Gr  {grestore} Bdf
  10. /Gs  {gsave} Bdf
  11. /Lt  {lineto} Bdf
  12. /Mt  {moveto} Bdf
  13. /Np  {newpath} Bdf
  14. /Rmt {rmoveto} Bdf
  15. /Sk  {stroke} Bdf
  16. /Slw {setlinewidth} Bdf
  17. /Sw  {stringwidth pop} Bdf
  18. /Tx      {show} Bdf
  19. /Get  { exch def } Bdf
  20.  
  21. /ASlur
  22. currentpoint translate
  23. /SP Get
  24. /Y3 Get /X3 Get /Y2 Get /X2 Get
  25. /Y1 Get /X1 Get /Y0 Get /X0 Get
  26. Gs
  27. .25 Slw
  28. Np
  29. X0 Y0 Mt X1 Y1 X2 Y2 X3 Y3 Ct
  30. X2 Y2 SP add X1 Y1 SP add X0 Y0 Ct
  31. Gs Sk Gr fill Gr
  32. } Bdf
  33.  
  34. /ABeam
  35. {
  36. currentpoint translate
  37. /Ru Get /Lu Get /Bh Get /Ev Get /Eh Get /Sv Get /Sh Get /Pe Get /Ps Get
  38. Lu 0 ne { /Sh Sh (l) Sw add (m) Sw sub def } if
  39. Ru 0 ne { /Eh Eh (l) Sw add def } if
  40. Gs
  41. Sh -10000 Eh 10000 Clip
  42. Bh Slw 2 setlinecap
  43. /Bh Bh 2 div def
  44. /Sv Sv Bh sub def
  45. /Ev Ev Bh sub def
  46. Ps Sv Mt Pe Ev Lt Sk
  47. Gr
  48. } Bdf
  49.  
  50. end
  51. psb
  52.  
  53.